
body,td,th {
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/ditu.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.w a:link {
	text-decoration: none;
	color: #ffffff;
}
.w a:visited {
	text-decoration: none;
	color: #ffffff;
}
.w a:hover {
	text-decoration: none;
}
.w a:active {
	text-decoration: none;
	color: #990000;
}


.daohang a:link {
	text-decoration: none;
	color: #000000;
}
.daohang a:visited {
	text-decoration: none;
	color: #000000;
}
.daohang a:hover {
	text-decoration: none;
	
	background-image:url(images/daohang.jpg); 
	background-repeat:no-repeat; 
	background-position:center; 
	color:#FFFFFF; 
	width:110px;
	height:40px;
	display:block;
}
.daohang a:active {
	text-decoration: none;
	color: #990000;
}

.clear{ clear:both;}



.top{width:1003px; margin:auto; height:auto;}
.top1{width:1003px; margin:auto; height:92px; background-image:url(images/logo.jpg); background-repeat:no-repeat;}
.top1_right{ width:250px; height:92px; float:right; background-image:url(images/top1.jpg); background-repeat:no-repeat;}

.daohang{ height:40px; width:1003px;  padding-top:2px;}

.daohang ul{
width:900px;
margin:0px auto;
padding:2px 0px 0px 0px;
}
.daohang li{
text-align:center;
width:120px;
list-style-type:none;
float:left;
height:40px;
line-height:40px;
}
.li2{ background-image:url(images/daohang.jpg); background-repeat:no-repeat; background-position:center; color:#FFFFFF; }


.in_main{ width:1003px; margin:10px auto; height:auto; }
.in_main_left{ float:left; width:229px; height:auto;}
.in_main_mid{ float:left; width:460px; height:auto; line-height:25px;}
.in_main_right{ float:right; width:276px; height:auto;}

.left1{ height:35px; line-height:35px; background-image:url(images/left.jpg); background-repeat:repeat-x; padding-left:15px;}
.cp_left{ float:left;}
.cp_right1{ float:right; padding-right:10px;}
.left2{ margin-top:5px; background-color:#ececec; padding:2px; }
.cp_lei1{ height:25px; line-height:25px; padding-left:10px;}
.cp_lei2{ padding-left:35px; line-height:20px; height:20px;}

.main_cp{ border-bottom:2px solid #1073d9; line-height:25px; height:25px; background-image:url(images/in.jpg); background-repeat:no-repeat; padding-left:15px; }
.main_cp1{ height:auto; padding:2px;}

.in_main_mid1{float:right; width:750px; height:auto; line-height:25px;}
.main_pro1{ border-bottom:2px solid #1073d9; line-height:25px; height:25px; background-image:url(images/in.jpg); background-repeat:no-repeat; padding-left:15px; }

.cp_left{ width:150px; height:auto; float:left;}
.cp_right{ float:right; line-height:20px; height:auto; text-align:right; padding-right:10px; width:250px;}

.main_right{ width:229px; height:48px; border:1px solid #999999;}
.main_right_lianxi{ line-height:25px; height:auto; padding:5px;}

.bot{ width:100%; height:147px; background-image:url(images/bot.jpg); background-repeat:repeat-x;}
.bot1{ width:1003px; text-align:center; line-height:25px; padding-top:25px; margin:auto;}

.y1{ font-weight:bold; color:#FFFFFF;}
.y2{ color:#FFFFFF;}
.y3{ color:#990033; font-weight:bold;}
.y4{ font-size:14px; font-weight:bold;}

.pro_show{ line-height:25px; height:25px; padding-left:5px; text-align:left;}
.pro_show1{ line-height:20px; height:auto; padding-left:5px; text-align:left;}


.pr_1{float:left; width:370px; height:220px;  margin:3px auto;}
.pr_2{float: left; width:140px; margin:2px; height:210px;  border:1px solid #999999; padding:2px; text-align:center; line-height:15px;}
.pr_3{float:right; width:220px; line-height:23px; height:200px; }
/* 触发弹窗图片的样式 */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
 
#myImg:hover {opacity: 0.7;}
 
/* 弹窗背景 */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
 
/* 图片 */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
 
/* 文本内容 */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
 
/* 添加动画 */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
 
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}
 
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
 
/* 关闭按钮 */
.close {
    position: absolute;
    top: 30px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
 
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
 
/* 小屏幕中图片宽度为 100% */
@media only screen and (max-width: 850px){
    .modal-content {
        width: 100%;
    }
}